home *** CD-ROM | disk | FTP | other *** search
Text File | 1986-10-17 | 713 b | 47 lines | [THED/THTH] |
- |
- | RA™
- |
- | Local Parameters
- |
- | © 1986 COM~LINK & S.Koren
- |
- #M;
- "RA™'s variables are normally all!"
- "global in nature. However,!"
- "any variable used in a subroutine!"
- "is local to the subroutine.!"
- "If you need a global variable!"
- "within a subroutine, pass it!"
- "on the stack.!!"
- #A;
- 5 A: "Global 'A' = " A. ! "!"
- #B;
- "Global 'A' is still = " A. ! "!!"
- #A;
- "THE END."
- $
- &A
- "Hit any key: " ?§ µ @`
- &B
- 3 A: "Local 'A' = " A. ! "!" `
- |
- | RA title routine
- |
- &M @ #L; 8 A: ( #N; A. 1 - A: A. 0 > ~ ) #L; #O; #P;`
-
- &O
- 40 100 Ω
- "RA™"
- 60 45 Ω
- "© 1986 COM~LINK & S.Koren"
- 80 60 Ω
- "All rights reserved." `
-
- &L
- 35 A: ("•" A. 1 - A: A. 0 > ~ ) "!"`
-
- &N
- "•" 33 A: (" " A. 1 - A: A. 0 > ~ ) "•" "!"`
-
- &P ?§ @ `
- $